Conversation
0de86c2 to
c6db641
Compare
…to test Sizer controls See: CommunityToolkit/Labs-Windows#183 And Tooling Branch: https://github.com/CommunityToolkit/Tooling-Windows-Submodule/tree/llama/input-injection-2025 TODO: More fluent API surface and figuring out how to do a Drag operation instead of just Click... 😅
|
First force-push was for XAML Styling, think I had turned it off elsewhere locally, need to turn it back on. |
c6db641 to
47290d4
Compare
|
Huh, I saw the WinUI 3 input tests pass yesterday, today it's failing:
Very odd, not sure what might be up there. 🤔 |
|
Reminder to look at example of maybe enabling more complex interaction is here: CommunityToolkit/Labs-Windows#176 (comment) |
Toolkit Tracking issue: CommunityToolkit/Labs-Windows#176
Was initiative started with the initial Sizer controls when in Labs. Prior PR in Labs: CommunityToolkit/Labs-Windows#183
Also needs Tooling Branch: https://github.com/CommunityToolkit/Tooling-Windows-Submodule/tree/llama/input-injection-2025
TODO: More fluent API surface and figuring out how to do a Drag operation instead of just Click... 😅
API: https://learn.microsoft.com/en-us/uwp/api/windows.ui.input.preview.injection.inputinjector.initializetouchinjection
Other docs: https://learn.microsoft.com/en-us/windows/apps/design/input/input-injection
Still, as far as I see all the examples are simple clicks down/up and don't explain drag. 🥲 Doc issue: MicrosoftDocs/windows-dev-docs#3887